home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / stdwin / Appls / dpv / makefunny < prev    next >
Encoding:
Text File  |  1988-11-17  |  109 b   |  8 lines  |  [TEXT/????]

  1. #!/bin/sh
  2. # Make funny character translation tables
  3.  
  4. for file
  5. do
  6.     sed "s/ - /    `basename $file`    /" $file
  7. done
  8.